MY字典>英语词典>write in code翻译和用法

write in code

[网络] 写代码

网络

双语例句

  • You can write a simple script in any other language that returns a similar response to test the JavaScript code.
    您可以以其他任何语言编写一个简单的脚本,返回一个类似的响应来测试JavaScript代码。
  • To write ( a message, for example) in code or cipher.
    译成密码用电码或密码书写(如,信息)
  • We write our code in such a way that some other piece of code is responsible for selecting which implementation of the Math interface our code will use
    我们以特定的方式编写另一段代码,使其负责选择代码将要使用的Math接口实现
  • As you write custom XML documents into entries in the audit log, you also must provide the complementary code that reads these audit entries and interprets the data within these XML documents.
    当我们在实体的审计日志中写入自定义的XML文档时,必然决定我们还需要补充一部份代码,用于阅读这些审计实体并解释出其中XML文档部分的数据。
  • You can also optionally write code to sort the columns on plug-in ID like in the sample code.
    我们也可以编写一些代码根据插件ID列进行排序,就像是我们的样例代码一样。
  • If you can't remember your number, write it in code in a diary.
    如果记不住自己的号码,可以用代码记在日记簿里。
  • Just as there are no rules that tell you exactly what comments to write in your code, there is no universal list of the "right" attributes.
    正如没有哪条规则告诉你代码里的注释一定要怎么写才正确,也不存在“正确”属性的一个普适的列表。
  • No need for Win32 or Cocoa here: Just write your extension in portable JavaScript code.
    这里完全不需要Win32或Cocoa:只要使用可移植JavaScript代码编写您的扩展即可。
  • The goal is to write a FindBugs detector that will find all the places in the code that are making calls to the logging framework without being wrapped in a guard clause.
    目标是编写一个FindBugs检测器,它将找出代码中调用日志框架而未被包装在监护子句中的所有地方。
  • Code analyzers, refactoring tools and automated refactorings, formatters and more, are difficult, if not impossible, to write in Ruby, because there is no way to parse Ruby source with Ruby code.
    用Ruby写代码分析、重构工具和自动重构、格式程序等等甚至更多的工具并非不可能,但是很困难,因为还没有用Ruby代码分析Ruby源码的先例。